Classes Files

Wombat::MamaStartBackgroundCallback

This interface defines a callback function that is used when starting mama with the mama_startBackground function.

Public Functions

  Name
void onStartComplete(MamaStatus.mamaStatus status)
Called whenever mama stop is invoked and the mama_start function finishes blocking.

Public Functions Documentation

function onStartComplete

void onStartComplete(
    MamaStatus.mamaStatus status
)

Called whenever mama stop is invoked and the mama_start function finishes blocking.

Parameters:

  • status The result code returned from the mama_start function.

Updated on 2023-03-31 at 15:29:33 +0100