Type Alias UpdateRunRequest
UpdateRunRequest: { message?: string; plugins: Plugins[]; pluginsStatusInCloud: PluginsStatusInCloud[]; status: | "RUNNING" | "SUCCEEDED" | "USER_ERROR" | "RUNTIME_ERROR" | "EXTERNAL_ERROR" | "ABORTED" | "ABORTING";} Type declaration
Optionalmessage?: string
status:
| "RUNNING"
| "SUCCEEDED"
| "USER_ERROR"
| "RUNTIME_ERROR"
| "EXTERNAL_ERROR"
| "ABORTED"
| "ABORTING"
Message.