CanEasy COM-Help
CanEasy::ISchedulerTable Interface Reference
Inheritance diagram for CanEasy::ISchedulerTable:
CanEasy::IDatabaseItem

Detailed Description

Schedule table with contains actions for test automation

interface ISchedulerTable : IDatabaseItem
{
HRESULT Execute();
HRESULT Stop();
HRESULT Active([out, retval] VARIANT_BOOL* active);
HRESULT Active([in] VARIANT_BOOL active);
};

Definition at line 2432 of file cand_tlb.idl.

Member Function Documentation

◆ Execute()

HRESULT CanEasy::ISchedulerTable::Execute ( )

Execute all actions from the table from up to down

CanEasy::ISchedulerTable::Execute
HRESULT Execute()