|
ITK Function Reference
(V10000.1.0.60_20160308.00) |
#include <schmgt_itk.h>
Data Fields | |
| date_t | newAF |
| date_t | newAS |
| double | newPC |
| int | newStatus |
| int | newWC |
| int | newWR |
| tag_t | task |
| logical | updateAF |
| logical | updateAS |
| int | updateAW |
The request to update the information in a Schedule Task.
Definition at line 22 of file schmgt_itk.h.
| date_t ExecUpdateRequest_s::newAF |
The new actual finish date (null allowed)
Definition at line 28 of file schmgt_itk.h.
| date_t ExecUpdateRequest_s::newAS |
The new actual start date (null allowed)
Definition at line 26 of file schmgt_itk.h.
| double ExecUpdateRequest_s::newPC |
The new percent complete (use -1 if no change is requested)
Definition at line 30 of file schmgt_itk.h.
| int ExecUpdateRequest_s::newStatus |
The new status (use -1 if no change is requested)
Definition at line 31 of file schmgt_itk.h.
| int ExecUpdateRequest_s::newWC |
The new work complete (use -1 if no change is requested)
Definition at line 32 of file schmgt_itk.h.
| int ExecUpdateRequest_s::newWR |
The new work remaining (use -1 if no change is requested)
Definition at line 33 of file schmgt_itk.h.
| tag_t ExecUpdateRequest_s::task |
The tag of the task being updated
Definition at line 24 of file schmgt_itk.h.
| logical ExecUpdateRequest_s::updateAF |
true if updating the actual finish date
Definition at line 27 of file schmgt_itk.h.
| logical ExecUpdateRequest_s::updateAS |
true if updating the actual start date
Definition at line 25 of file schmgt_itk.h.
| int ExecUpdateRequest_s::updateAW |
The updated approved work (for use with the timesheet system) (use 0 if no change)
Definition at line 29 of file schmgt_itk.h.