Skip to content

caffeinate

Caffeinate manager implementation

Classes:

CaffeinateManager

CaffeinateManager()

Caffeinate manager implementation This manager handles the initialization of a caffeinate process on FindMy process

Constructor

Methods:

  • start

    Function to start the Caffeinate manager

  • stop

    Function to stop the Caffeinate manager

start

start() -> bool

Function to start the Caffeinate manager

Returns:

  • bool

    True if caffeinated manager successfully started, False otherwise

stop

stop() -> bool

Function to stop the Caffeinate manager

Returns:

  • bool

    True if caffeinated manager successfully stopped, False otherwise