This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
en:custom_development_guide:apis:javascript:pause_unpause [2016/09/07 02:19] liuxl |
en:custom_development_guide:apis:javascript:pause_unpause [2018/12/29 02:57] (current) donnie |
||
|---|---|---|---|
| Line 2: | Line 2: | ||
| *Function: | *Function: | ||
| - | <code>queuePauseCJI(type, usertype, user, orgidentity, pwdtype, password, pause_reason, pushevent, callbackFuc)</code> | + | <code>queuePauseCJI(type, usertype, user, orgidentity, pwdtype, password, pause_reason, pushevent, callbackFuc, dnd)</code> |
| *Description: | *Description: | ||
| Line 19: | Line 19: | ||
| |pushevent|String|If need send a agent event, yes / no(default)| | |pushevent|String|If need send a agent event, yes / no(default)| | ||
| |callbackFuc|String|callback function| | |callbackFuc|String|callback function| | ||
| + | |dnd|String|Fill in (any value),When this item is not empty, the extension synchronizes to suspend or cancel the suspension state| | ||
| + | |||
| *Return Format: | *Return Format: | ||
| - | <code>{code:code,message:message} | + | <code>{code:code,message:message}</code> |
| - | Type of the Return Value:JSON</code> | + | *Type of the Return Value:JSON |
| *Return Values: | *Return Values: | ||