Skip to end of banner
Go to start of banner

runJobAt

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Current »

Description

Runs a job at the specified date.

Parameters

Return Type

None

The returned value has no meaning.

Example

This example will create a job that will run the sil script at the date specified.

date varDate = "2015-08-20T18:30:55";
runJobAt("script.sil", {project, key}, varDate);

In "script.sil" you can access the args using the next syntax:

string issueKey = argv[1];

See also

  • No labels