DeleteTask
deleteTask
Deletes a scheduled task using the global driver manager.
This is a convenience function that deletes a task using the global task driver manager.
Example
import { deleteTask } from '@commandkit/tasks';
await deleteTask('task-123');
Signature
function deleteTask(identifier: string): Promise<void>
Parameters
identifier
parameter
string