getScheduledJobKeys

Description

Returns the list of scheduled jobs keys.

Return Type

String []

Returns the list of the scheduled job keys.

Example

runnerLog("The job keys are : " + getScheduledJobKeys());

The example above returns the list of all scheduled job keys created.

See also