gate
line
Documentation home
How It Works
Onboarding
Reference
API reference
Preparing search index...
The search index is not available
gateline — API reference
gateline — API reference
orchestrator/src
RunLoop
Interface RunLoop
interface
RunLoop
{
stop
()
:
Promise
<
void
>
;
trigger
(
why
:
TriggerReason
)
:
Promise
<
void
>
;
}
Index
Methods
stop
trigger
Methods
stop
stop
()
:
Promise
<
void
>
Returns
Promise
<
void
>
trigger
trigger
(
why
:
TriggerReason
)
:
Promise
<
void
>
Test-only: run the same tick a real trigger of this kind would, awaited to completion.
Parameters
why
:
TriggerReason
Returns
Promise
<
void
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
stop
trigger
gateline — API reference
Loading...
Test-only: run the same tick a real trigger of this kind would, awaited to completion.