nestjs-temporal-core
Preparing search index...
ScheduleClientInitResult
Interface ScheduleClientInitResult
Schedule client initialization result
interface
ScheduleClientInitResult
{
client
?:
ScheduleClient
;
error
?:
Error
;
source
:
"none"
|
"existing"
|
"new"
;
success
:
boolean
;
}
Index
Properties
client?
error?
source
success
Properties
Optional
client
client
?:
ScheduleClient
Optional
error
error
?:
Error
source
source
:
"none"
|
"existing"
|
"new"
success
success
:
boolean
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
client
error
source
success
nestjs-temporal-core
Loading...
Schedule client initialization result