Instance Propertyheckj.formic 0.3.0Formic
executionTimeout
Dpkg.swift:96var executionTimeout: Duration
var executionTimeout: Duration
s6Formic4DpkgV24DebianPackageDeclarationV16executionTimeouts8DurationVvp
What are these?77JBX
import Formic
๐ Swift library to support IT Automation tasks. ๐ ๐
struct DebianPackageDeclaration
The declaration for a Debian package resource.
struct Dpkg
A debian package resource.
@frozen struct Duration
A representation of high precision time.
init(name: String, state: DesiredPackageState, retry: Backoff = .never, resolveTimeout: Duration = .seconds(60))
Creates a new declaration for a Debian package resource
var declaredState: DesiredPackageState
The desired state of the package.
var id: UUID
var ignoreFailure: Bool
var name: String
The name of the package.
var retry: Backoff
func run(host: RemoteHost, logger: Logger?) async throws -> CommandOutput
enum DesiredPackageState
The configurable state of a debian package.