Method | Description | |
---|---|---|
Start ( ) : void |
Starts the monitoring of the time.
|
|
Stop ( ) : void |
Stops the monitoring of the time.
|
|
Timetable ( ) : System |
Creates a new Timetable object and prepares the BackgroundWorker.
|
|
addIncident ( |
Adds an incident for monitoring.
|
|
releaseIncident ( |
Removes an incident from monitoring and writes the new leaveTime into the database.
|
|
startUp ( ) : void |
Retrieves all Incidents which don't have a leaveTime for the Database.
|
Method | Description | |
---|---|---|
bw_ProgressChanged ( object sender, |
Reacts to a timer update.
|
|
updateTimer ( object sender, |
Updates the time regularly.
|
public addIncident ( |
||
incident | The Incident to add. | |
return | void |
public releaseIncident ( |
||
incident | The Incident to remove. | |
return | void |