UniPRT SDK
v1.0.0.0
載入中...
搜尋中...
無符合項目
CancellationToken.h
1
//
2
// CancellationToken.h
3
// TSCPrinters SDK
4
//
5
// Created by Realbuber on 2024/4/3.
6
//
7
8
#ifndef CancellationToken_h
9
#define CancellationToken_h
10
11
12
#endif
/* CancellationToken_h */
13
14
#import <Foundation/Foundation.h>
15
23
@interface
CancellationToken : NSObject
24
28
- (void)cancel;
29
35
- (BOOL)isCancellationRequested;
36
40
- (void)waitForCancellation;
41
47
- (BOOL)isRunning;
48
52
- (void)cancelAndWait;
53
54
@end
55
AutoIdSDK
Json
CancellationToken.h
產生者:
1.10.0