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 »

Introduction

This event is thrown when a task from the task scheduler fails.

Event Information

Value

Available from version

8.2.6

Event ID

63

Event Data Contract

TaskFailed

Event Data

The following data is contained in the event data.

{
      "Started": DateTime, // when task was started
      "EventOccured": DateTime, // when event was thrown - can be treat as tak finished date
      "DurationInSeconds": decimal,
      "Message": string,
      "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
}

  • No labels