- wl(log)
Submit log for Worker.
- loadFunction(text, progress, end)
Load function.
- progressReport(text, progress, end)
Progress report.
- postMapbounds(minX, minY, maxX, maxY)
Post map bounds.
- postCycleData(cycle, data)
Post cycle data object.
- postBaseData(cycle, data)
Post cycle data object.
- postInfo(info)
Post info object.
- handleIncomingMassage(e)
handle incoming massage
Submit log for Worker.
Kind: global function
Param | Type | Description |
---|---|---|
log | string |
log content |
Load function.
Kind: global function
Param | Type | Default | Description |
---|---|---|---|
text | string |
status content | |
progress | integer |
percentage of progress | |
end | boolean |
false |
is end of progress |
Progress report.
Kind: global function
Param | Type | Description |
---|---|---|
text | string |
status content |
progress | integer |
percentage of progress |
end | boolean |
is end of progress |
Post map bounds.
Kind: global function
Param | Type | Description |
---|---|---|
minX | number |
Minimum X |
minY | number |
Minimum Y |
maxX | number |
Maximum X |
maxY | number |
Maximum Y |
Post cycle data object.
Kind: global function
Param | Type | Description |
---|---|---|
cycle | integer |
cycle number |
data | Object |
data object |
Post cycle data object.
Kind: global function
Param | Type | Description |
---|---|---|
cycle | integer |
cycle number |
data | Object |
data object |
Post info object.
Kind: global function
Param | Type | Description |
---|---|---|
info | Object |
info object |
handle incoming massage
Kind: global function
Param | Type | Description |
---|---|---|
e | Object |
massage object |