Namespace MyOpenSpace.PostTo.Result
Defined in: MyOpenSpace.js.
| Constructor Attributes | Constructor Name and Description |
|---|---|
|
Enumerates the PostTo result
|
| Field Attributes | Field Name and Description |
|---|---|
| <static> |
MyOpenSpace.PostTo.Result.CANCELLED
User pressed cancel before completion
|
| <static> |
MyOpenSpace.PostTo.Result.ERROR
An error occurred in postTo request
|
| <static> |
MyOpenSpace.PostTo.Result.SUCCESS
Successful postTo request completed
|
Field Detail
<static>
MyOpenSpace.PostTo.Result.CANCELLED
User pressed cancel before completion
<static>
MyOpenSpace.PostTo.Result.ERROR
An error occurred in postTo request
<static>
MyOpenSpace.PostTo.Result.SUCCESS
Successful postTo request completed