Руководство Разработчика для Cisco Cisco Prime Optical 9.6

Скачать
Страница из 818
Cisco Prime Optical 9.6.3 GateWay/CORBA Programmer Reference Guide 
OL-28047-01
 
 
261
 
        string startTime; 
        string endTime; 
        string displayInformation; 
        string userComments; 
        string additionalComments; 
}; 
The following table lists descriptions of each individual parameter. 
Name
 
Type
 
Description
 
jobId
 
string
 
The job ID.
 
taskId
 
string
 
The task ID.
 
taskType
 
string
 
The kind of task.
 
taskOwner
 
string
 
The task owner.
 
neId
 
string
 
The managed element name.
 
taskStatus
 
string
 
The status of the task. Valid values are:
 
1: QUEUED
 
2: RUNNING
 
3: CANCELLED
 
4: FAILED
 
5: SUCCEEDED
 
6: WAITING
 
creationTime
 
string
 
The time when the task was created.
 
scheduledTime
 
string
 
The scheduled time for the task.
 
startTime
 
string
 
The actual start time for the task.
 
endTime
 
string
 
The actual time of completion.
 
displayInformation
 
string
 
Display information.
 
userComments
 
string
 
User comments.
 
additionalComments
 
string
 
Additional comments.
 
Throws 
globaldefs::ProcessingFailureException 
Compliance 
Prime Optical-defined.