|
ITK Function Reference
(V10000.1.0.60_20160308.00) |
#include <schmgt_itk.h>
Data Fields | |
| date_t | newAF |
| date_t | newAS |
| char * | newFnd0Status |
| double | newPC |
| 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 38 of file schmgt_itk.h.
| date_t ExecutionUpdateRequest_s::newAF |
The new actual finish date (null allowed)
Definition at line 44 of file schmgt_itk.h.
| date_t ExecutionUpdateRequest_s::newAS |
The new actual start date (null allowed)
Definition at line 42 of file schmgt_itk.h.
| char* ExecutionUpdateRequest_s::newFnd0Status |
The new fnd0status (use -1 if no change is requested)
Definition at line 49 of file schmgt_itk.h.
| double ExecutionUpdateRequest_s::newPC |
The new percent complete (use -1 if no change is requested)
Definition at line 46 of file schmgt_itk.h.
| int ExecutionUpdateRequest_s::newWC |
The new work complete (use -1 if no change is requested)
Definition at line 47 of file schmgt_itk.h.
| int ExecutionUpdateRequest_s::newWR |
The new work remaining (use -1 if no change is requested)
Definition at line 48 of file schmgt_itk.h.
| tag_t ExecutionUpdateRequest_s::task |
The tag of the task being updated
Definition at line 40 of file schmgt_itk.h.
| logical ExecutionUpdateRequest_s::updateAF |
true if updating the actual finish date
Definition at line 43 of file schmgt_itk.h.
| logical ExecutionUpdateRequest_s::updateAS |
true if updating the actual start date
Definition at line 41 of file schmgt_itk.h.
| int ExecutionUpdateRequest_s::updateAW |
The updated approved work (for use with the timesheet system) (use 0 if no change)
Definition at line 45 of file schmgt_itk.h.