LeviLamina
Loading...
Searching...
No Matches
IScriptDebuggerWatchdog.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
6public:
7 // virtual functions
8 // NOLINTBEGIN
9 virtual ~IScriptDebuggerWatchdog() = default;
10
11 virtual bool requireClose() const = 0;
12
13 virtual void startListenTimeout(::std::chrono::seconds) = 0;
14
15 virtual bool listenTimeoutExpired() const = 0;
16 // NOLINTEND
17
18public:
19 // virtual function thunks
20 // NOLINTBEGIN
21
22 // NOLINTEND
23};
Definition IScriptDebuggerWatchdog.h:5