View Source CMS.Updater (cms v0.11.1)
Link to this section Summary
Functions
Waits until the content has been initialized. Returns :ok if the content has been initialized
or {:error, :timeout} if a timeout occurs.
Returns a specification to start this module under a supervisor.
Starts server.
Link to this section Functions
Waits until the content has been initialized. Returns :ok if the content has been initialized
or {:error, :timeout} if a timeout occurs.
options
Options
:timeout(pos_integer/0) - Milliseconds to wait for response. The default value is5000.
Returns a specification to start this module under a supervisor.
See Supervisor.
Starts server.
options
Options
:module(atom/0) - Required.:interval(pos_integer/0) - The default value is900000.:error_interval(pos_integer/0) - The default value is10000.