hetzner-ts
Preparing search index...
actions/types
Action
Interface Action
interface
Action
{
command
:
string
;
error
?:
ActionError
;
finished
:
string
;
id
:
number
;
progress
:
number
;
resources
:
ActionResource
[]
;
started
:
string
;
status
:
string
;
}
Index
Properties
command
error?
finished
id
progress
resources
started
status
Properties
command
command
:
string
Optional
error
error
?:
ActionError
finished
finished
:
string
id
id
:
number
progress
progress
:
number
resources
resources
:
ActionResource
[]
started
started
:
string
status
status
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
command
error
finished
id
progress
resources
started
status
hetzner-ts
Loading...