objc2-service-management 0.2.0

Bindings to the ServiceManagement framework
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
//! This file has been automatically generated by `objc2`'s `header-translator`.
//! DO NOT EDIT
use objc2::__framework_prelude::*;
use objc2_foundation::*;

use crate::*;

pub const kSMErrorInternalFailure: c_uint = 2;
pub const kSMErrorInvalidSignature: c_uint = 3;
pub const kSMErrorAuthorizationFailure: c_uint = 4;
pub const kSMErrorToolNotValid: c_uint = 5;
pub const kSMErrorJobNotFound: c_uint = 6;
pub const kSMErrorServiceUnavailable: c_uint = 7;
pub const kSMErrorJobPlistNotFound: c_uint = 8;
pub const kSMErrorJobMustBeEnabled: c_uint = 9;
pub const kSMErrorInvalidPlist: c_uint = 10;
pub const kSMErrorLaunchDeniedByUser: c_uint = 11;
pub const kSMErrorAlreadyRegistered: c_uint = 12;