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
runner-agent/src/agent
PendingIntent
Interface PendingIntent
Mirrors runner-api.ts's
PendingIntent
(server side of this relay).
interface
PendingIntent
{
baseOid
?:
string
;
body
:
string
;
branch
:
string
;
key
:
string
;
role
:
string
;
round
:
null
|
number
;
slug
:
string
;
task
:
null
|
string
;
timeoutMs
:
number
;
}
Index
Properties
base
Oid?
body
branch
key
role
round
slug
task
timeout
Ms
Properties
Optional
base
Oid
baseOid
?:
string
body
body
:
string
branch
branch
:
string
key
key
:
string
role
role
:
string
round
round
:
null
|
number
slug
slug
:
string
task
task
:
null
|
string
timeout
Ms
timeoutMs
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
base
Oid
body
branch
key
role
round
slug
task
timeout
Ms
gateline — API reference
Loading...
Mirrors runner-api.ts's
PendingIntent(server side of this relay).