/*NOCHKSRC*/ //============================================================================== // // PLEASE DO NOT EDIT THIS FILE; IT WAS AUTOMATICALLY GENERATED BY GENCLASS. // //============================================================================== #ifndef _cimple_CIM_ConcreteJob_h #define _cimple_CIM_ConcreteJob_h #include #include "CIM_Job.h" CIMPLE_NAMESPACE_BEGIN class CIM_ConcreteJob : public Instance { public: // CIM_ManagedElement features: Property Caption; Property Description; Property ElementName; // CIM_ManagedSystemElement features: Property InstallDate; Property Name; Property OperationalStatus; Property StatusDescriptions; Property Status; Property HealthState; // CIM_LogicalElement features: // CIM_Job features: Property JobStatus; Property TimeSubmitted; Property ScheduledStartTime; Property StartTime; Property ElapsedTime; Property JobRunTimes; Property RunMonth; Property RunDay; Property RunDayOfWeek; Property RunStartInterval; Property LocalOrUtcTime; Property UntilTime; Property Notify; Property Owner; Property Priority; Property PercentComplete; Property DeleteOnCompletion; Property ErrorCode; Property ErrorDescription; Property RecoveryAction; Property OtherRecoveryAction; // CIM_ConcreteJob features: Property InstanceID; // KEY Property JobState; Property TimeOfLastStateChange; Property TimeBeforeRemoval; CIMPLE_CLASS(CIM_ConcreteJob) }; typedef CIM_Job_KillJob_method CIM_ConcreteJob_KillJob_method; class CIM_ConcreteJob_RequestStateChange_method : public Instance { public: Property RequestedState; Property TimeoutPeriod; Property return_value; CIMPLE_METHOD(CIM_ConcreteJob_RequestStateChange_method) }; CIMPLE_NAMESPACE_END #endif /* _cimple_CIM_ConcreteJob_h */