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

Link to this function

await_initialization(server, opts \\ [])

View Source

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 is 5000.

Returns a specification to start this module under a supervisor.

See Supervisor.

Starts server.

options

Options