JobProcessMonitor.md•1.92 kB
## Package: dw.system
# Class JobProcessMonitor
## Inheritance Hierarchy
- Object
- dw.system.JobProcessMonitor
## Description
Reserved for future use.
## Properties
### totalWork
**Type:** Number
Reserved for future use. Gets the total work count.
### workMessage
**Type:** String
Reserved for future use. Gets the work message.
## Constructor Summary
## Method Summary
### getTotalWork
**Signature:** `getTotalWork() : Number`
Reserved for future use.
### getWorkMessage
**Signature:** `getWorkMessage() : String`
Reserved for future use.
### setTotalWork
**Signature:** `setTotalWork(totalWork : Number) : void`
Reserved for future use.
### setWorkMessage
**Signature:** `setWorkMessage(msg : String) : void`
Reserved for future use.
### worked
**Signature:** `worked(worked : Number) : void`
Reserved for future use.
## Method Detail
## Method Details
### getTotalWork
**Signature:** `getTotalWork() : Number`
**Description:** Reserved for future use. Gets the total work count.
**Returns:**
the total work count.
---
### getWorkMessage
**Signature:** `getWorkMessage() : String`
**Description:** Reserved for future use. Gets the work message.
**Returns:**
the work message.
---
### setTotalWork
**Signature:** `setTotalWork(totalWork : Number) : void`
**Description:** Reserved for future use. Sets the total work count.
**Parameters:**
- `totalWork`: the total work count.
---
### setWorkMessage
**Signature:** `setWorkMessage(msg : String) : void`
**Description:** Reserved for future use. Sets the work message.
**Parameters:**
- `msg`: the messageto use. If msg is null, then an empty string will be used.
---
### worked
**Signature:** `worked(worked : Number) : void`
**Description:** Reserved for future use. Increments the count of work items by the value of the specified parameter.
**Parameters:**
- `worked`: the number of items worked.
---