Created
July 24, 2011 23:21
-
-
Save tylerflint/1103230 to your computer and use it in GitHub Desktop.
transaction view json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "id":"4e2ca7bf8065016118000062", | |
| "state":"incomplete", | |
| "status":"paused", | |
| "description":"launching new app", | |
| "percent_complete":66, | |
| "progress":[ | |
| { | |
| "description":"one", | |
| "state":"complete", | |
| "status":"started", | |
| "duration":0.0 | |
| }, | |
| { | |
| "description":"two", | |
| "state":"complete", | |
| "status":"started", | |
| "duration":0.0 | |
| }, | |
| { | |
| "description":"three", | |
| "state":"incomplete", | |
| "status":"started", | |
| "duration":0.0 | |
| }, | |
| { | |
| "description":"four", | |
| "state":"incomplete", | |
| "status":"ready", | |
| "duration":0.0 | |
| } | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment