DevBoxActionDelayResultOutput interface
The action delay result
Properties
| action | The delayed action |
| error | Information about the error that occurred. Only populated on error. |
| name | The name of the action. |
| result | The result of the delay operation on this action. Possible values: Succeeded, Failed |
Property Details
action
error
Information about the error that occurred. Only populated on error.
error?: ErrorModel
Property Value
name
The name of the action.
name: string
Property Value
string
result
The result of the delay operation on this action.
Possible values: Succeeded, Failed
result: string
Property Value
string