...
Code Block |
---|
{ "Started": DateTime, // when task was started "EventOccured": DateTime, // when event was thrown - can be treat as tak finished date "DurationInSeconds": decimal, "Message": uint, "TaskId": string, // identifier of the task "TaskType": uintstring, } // fully qualified name of .net task type |