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
18
@interface
CancellationToken : NSObject
19
20
- (void)cancel;
21
- (BOOL)isCancellationRequested;
22
- (void)waitForCancellation;
23
- (BOOL)isRunning;
24
- (void)cancelAndWait;
25
26
@end
27
sdk_json_Objective-C_IOS
Json
CancellationToken.h
制作者
1.10.0