/*NOCHKSRC*/ //============================================================================== // // PLEASE DO NOT EDIT; THIS FILE WAS AUTOMATICALLY GENERATED BY GENCLASS 1.1.2 // //============================================================================== #ifndef _cimple_CIM_Job_h #define _cimple_CIM_Job_h #include #include "CIM_LogicalElement.h" CIMPLE_NAMESPACE_BEGIN // CIM_Job keys: /*[928]*/ class CIM_Job : 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; CIMPLE_CLASS(CIM_Job) }; /*[1014]*/ class CIM_Job_KillJob_method : public Instance { public: Property DeleteOnKill; Property return_value; CIMPLE_METHOD(CIM_Job_KillJob_method) }; CIMPLE_NAMESPACE_END #endif /* _cimple_CIM_Job_h */