TaskStatus

sealed class TaskStatus

The status of the task.

The status is one of:

  • TaskSuccess: Completed successfully

  • TaskFail: Completed due to an error

  • TaskRunning: Task is still running

Inheritors