Then how about:
disabled
:boolean
- set totrue
if the RTPEngine was disabled by an RPC callactive
:boolean
- set totrue
if the module is actively using this RTPEngine (i.e. the internalrn_disabled
flag is set to 0). This will be always set tofalse
ifdisabled
is set totrue
.recheck_ticks
:number
- ticks (seconds?) for the next recheck if the RTPEngine is both not active and not disabled, otherwise 0
Sounds good. Perhaps use -1 as recheck ticks for a disabled instance? Zero could be a legitimate value.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.