Administration API for Kerio Control
Main Page
Related Pages
API Reference
IDL Files
All
Classes
Files
Functions
Variables
Pages
Assist.idl
Go to the documentation of this file.
1
/**
2
* @file Assist.idl
3
* @brief Contains enum which specifies dump importance
4
*
5
* @author Frantisek Bures
6
*
7
* @copyright Copyright © 2017 Kerio Technologies s.r.o.
8
*/
9
10
module
kerio
{
11
module assist {
12
13
/**
14
* Certificate Time properties info
15
*/
16
enum
Importance {
17
MainProcess,
18
TestingImportance,
///< Only for testing purposes
19
OtherProcess
20
};
21
22
};
// module assist
23
};
// module kerio
kerio
Definition:
Assist.idl:10
©
Kerio Technologies s.r.o.
, all rights reserved.