G
G
Golem SDK
Search
⌃
K
The Golem SDK documentation
Introduction
Golem overview
Provider
Requestor
Requestor FAQ
Provider FAQ
Payments
Payments in Golem explained
Layer 2 payments
Using Golem on Mainnet
Mainnet / Polygon GLM Conversion
Provider tutorials
Becoming a provider
Provider CLI reference
Troubleshooting
Provider Troubleshooting
Requestor Troubleshooting
Developer tutorials
Requestor development: a quick primer
Golem application fundamentals
Task Model development
Service Model development
VM runtime
Debugging with the use of log files
Interactive testing environment
yapapi - Python high-level API
Golem Python API Reference
yajsapi - JavaScript high-level API
Introduction to Golem's high-level Java Script API
Modules
Classes
Enumeration
Enumeration: TaskStatus
Enumeration: SgxEngine
Enumeration: BillingScheme
Enumeration: Counter
Enumeration: PriceModel
Enumeration: RuntimeType
Enumeration: VmPackageFormat
Interfaces
Yagna Contributor Guide
How to a write payment driver
See also
Port forwarding
Running the yagna daemon from sources
Terms
Compatibility Guidelines
Compatibility Policy
Release Notes
Contact
Powered By
GitBook
Enumeration: TaskStatus
yajsapi
/
Exports
/
executor/task
/ TaskStatus
Enumeration: TaskStatus
executor/task
.TaskStatus
Table of contents
Enumeration members
ACCEPTED
REJECTED
RUNNING
WAITING
Enumeration members
ACCEPTED
•
ACCEPTED
= "accept"
Defined in
yajsapi/executor/task.ts:12
REJECTED
•
REJECTED
= "reject"
Defined in
yajsapi/executor/task.ts:13
RUNNING
•
RUNNING
= "run"
Defined in
yajsapi/executor/task.ts:11
WAITING
•
WAITING
= "wait"
Defined in
yajsapi/executor/task.ts:10
yajsapi - JavaScript high-level API - Previous
Enumeration
Next
Enumeration: SgxEngine
Last modified
1yr ago