ATLAS Offline Software
Loading...
Searching...
No Matches
ISchedulerMonSvc.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef TRIGSTEERMONITOR_ISCHEDULERMONSVC_H
6#define TRIGSTEERMONITOR_ISCHEDULERMONSVC_H
7
8#include "GaudiKernel/IInterface.h"
9
13class ISchedulerMonSvc: virtual public IInterface {
14public:
17
19 virtual StatusCode startMonitoring() = 0;
20
22 virtual StatusCode stopMonitoring() = 0;
23};
24
25#endif // TRIGSTEERMONITOR_ISCHEDULERMONSVC_H
Defines interface for interaction with a service monitoring the Scheduler status.
virtual StatusCode startMonitoring()=0
Start querying and monitoring Scheduler status.
DeclareInterfaceID(ISchedulerMonSvc, 1, 0)
Interface ID.
virtual StatusCode stopMonitoring()=0
Stop querying and monitoring Scheduler status.