-
-
Notifications
You must be signed in to change notification settings - Fork 1
API_push_paused
Chris edited this page Aug 19, 2014
·
3 revisions
This is a flag indicating that the file will be added in a paused state. You can view it's current value from the environment variable NZBNP_PAUSED or by calling get('PAUSED').
push_paused(paused=None)
Variable | Expected | Required | Description |
---|---|---|---|
paused | boolean | No | pushes the new flag you want to pass along to the server. If no value is specified then the last one set() is used automatically. |
- True if the value was pushed correctly to the server.
- False if the value could not be pushed due to an error.