StatusContent #
{
/**
* Scheduled task ID
*/
id: string;
/**
* Timestamp of the execution
*/
executedAt: number;
/**
* Node that execute the task
*/
node: string;
/**
* Task action error
*/
error: ResponseErrorPayload
/**
* Task action result
*/
result: JSONObject;
}
Edit this page on Github(opens new window)