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. |
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.
result: string
Property Value
string