Skip to content
Chris edited this page Aug 19, 2014 · 1 revision

get_task()

Summary

Retrieves all of the task information associated with the specific scheduling call.

Presently the the following content can be expected:

Variable Since Description
PARAM v13 The Script name being called
TIME v13 The times associated with the task

Definition

get_task(taskid=None)

Parameters

Variable Expected Required Description
taskid integer No Defaults to None
The task information your interested in. If no taskid is specified, then the one currently assigned to this call is used.

Returns

A dictionary containing all of the task information. If no information was found, then an empty dictionary is still returned.