ATLAS Offline Software
Loading...
Searching...
No Matches
IMPRunStop.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef ATHENAINTERPROCESS_IMPRUNSTOP_H
6#define ATHENAINTERPROCESS_IMPRUNSTOP_H
7#include <GaudiKernel/IInterface.h>
8namespace AthenaInterprocess {
9 class IMPRunStop : virtual public IInterface
10 {
11 public:
14
15 virtual bool stopScheduled() const = 0;
16 };
17}
18
19#endif
virtual bool stopScheduled() const =0
DeclareInterfaceID(IMPRunStop, 1, 0)
InterfaceID.