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 06:33] 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| | ||
| - | |||
| - | * 如需统计各种暂停原因时长,请选择填写以下暂停原因: | ||
| - | * training(培训) | ||
| - | * meeting(会议) | ||
| - | * leave(请假) | ||
| - | * lunch(午休) | ||
| - | * rest(小休) | ||
| - | * other(其它) | ||
| *Return Format: | *Return Format: | ||