INTERFACE

TaskResult

Describes a task result that yields some value.

  • interface TaskResult {
  • # Describes this task result in a human-friendly way.
  • description: String
  • # The name of this task result.
  • name: String
  • }