Source
This page was generated with Wiki Builder. Do not change the format!
Info
Represents whatever information we can return about an explicit phase in an activity. In the future, I hope we'll have more than just "guh, you done gone and did something," but for the forseeable future that's all we've got. I'm making it more than just a list of booleans out of that overly-optimistic hope.
Schema
- Schema Type: Class
- Type: object
Properties
Name | Type | Description |
---|---|---|
complete | boolean | Indicates if the phase has been completed. |
Example
{
// Type: boolean
"complete": false
}