cancelTask
Cancel one or more tasks.
handler = session.cancelTask(
names
)
Parameters
Name | Description |
---|---|
names | A string or a list of string. The names of tasks to be cancelled. |
Return
None
Cancel one or more tasks.
Name | Description |
---|---|
names | A string or a list of string. The names of tasks to be cancelled. |
None