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