spawn-ts API reference - v0.6.0
Demo
GitHub
Preparing search index...
SpawnEvent
Type Alias SpawnEvent
SpawnEvent
:
|
{
instances
:
ManagedInstance
[]
;
type
:
"instances"
}
|
{
instance
:
ManagedInstance
;
type
:
"launched"
}
|
{
action
:
LifecycleAction
;
instance
:
string
;
reason
:
string
;
rule
:
string
;
type
:
"action"
;
}
|
{
instance
:
string
;
message
:
string
;
rule
:
string
;
type
:
"warning"
}
|
{
instance
:
string
;
message
:
string
;
type
:
"info"
}
|
{
isReal
:
boolean
;
label
:
string
;
type
:
"provider"
}
|
{
done
:
boolean
;
id
:
string
;
name
:
string
;
summary
:
FanOutSummary
;
type
:
"sweep"
;
}
|
{
done
:
boolean
;
id
:
string
;
name
:
string
;
summary
:
FanOutSummary
;
type
:
"queue"
;
}
|
{
done
:
boolean
;
id
:
string
;
name
:
string
;
summary
:
FanOutSummary
;
type
:
"jobarray"
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Demo
GitHub
spawn-ts API reference - v0.6.0
Loading...