tsa.task.unprepare#

TaskAPI.unprepare(sid)#

Remove a periodically scheduled operation.

tsa.task.unprepare(3)

The id is the one carried by prepared. A TaskError is raised if no scheduled operation bears it.

Parameters:

sid (int)

Return type:

None