Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
{
      "Started": DateTime, // when task was started
      "EventOccured": DateTime, // when event was thrown - can be treat as tak finished date
      "DurationInSeconds": decimal,
      "Message": uintstring,
      "TaskId": string, // identifier of the task
      "TaskType": string, // fully qualified name of .net task type
      "TaskName": string, // The name of the task
      "LastRunProcessor": string, // the name of the server that the task was executed on
      "IsFastTrack": bool, // True when the task has no interval and is cleanup_enabled
}

...