Function describeTask
Parameters
- taskid: number
Id of the managed task
- options: { allowMissing: true }
allowMissing: Don't throw if the task isn't found
Returns Promise<null | DescribedTask>
Managed task info
- taskid: number
Describes a managed task
Parameters
- taskid: number
Id of the managed task
Optional
options: { allowMissing: boolean }allowMissing: Don't throw if the task isn't found
Returns Promise<DescribedTask>
Managed task info
- taskid: number
Describes a managed task