commands – user limits
List the users calendar, job and job execution limits, and optionally the execution counter reset time.
Usage
user limits [full] [name]
 user limits reset [name]
where
| full | include the execution counter reset time. | 
| name | name of user whose limits to list. Default is user running command. | 
| reset | reset the execution counter. | 
admin on /_beyondcron/users when listing/resetting another users limits.
Examples
List users limits
BeyondCron % user limits
--------- ----- Calendars 0/0 Jobs 10/10 Jobs/day 6/6
List users limits and and execution reset time.
BeyondCron % user limits full
Counter reset time --------- ----- ---------------------------- Calendars 0/0 Jobs 10/10 Jobs/day 6/6 Sat Oct 01 00:00:00 JST 2016
List the limits of a user without limits
BeyondCron % user limits
--------- - Calendars * Jobs * Jobs/day *
List the limits of another user
BeyondCron % user limits jsmith
--------- ---- Calendars 0/0 Jobs 6/10 Jobs/day 4/6
 
                