Startable

@objc(FSStartable)
public protocol Startable

The protocol any startable process must conform to.

  • Starts this process.

    Declaration

    Swift

    @discardableResult
    func start() -> Bool