- easier debugging & human readability
event->any.source = EDG_WLL_SOURCE_LB_SERVER;
- event->collectionState.state = state;
+ event->collectionState.state = edg_wll_StatToString(state);
event->collectionState.done_code = done_code;
event->collectionState.histogram = hist_to_string(pis->pub.children_hist);
edg_wlc_JobIdDup(cis->pub.jobId, &(event->collectionState.child));
/* ignore, only for event log */
break;
case EDG_WLL_EVENT_COLLECTIONSTATE:
- new_state = e->collectionState.state;
+ new_state = edg_wll_StringToStat(e->collectionState.state);
if (USABLE(res, strict)) {
js->pub.state = new_state;
if (new_state == EDG_WLL_JOB_DONE)
string reason Reason for the resume.
@type CollectionState State of the collection.
- int state New collection state.
+ string state New collection state.
_optional_
int done_code In case of (state == Done) contains done code
_null_ -1