Contents | Index | < Browse | Browse >
  Command:
    error = Pause

  Description:
    Pauses the current module. If the current  player can't pause or  there
    aren't any modules in the memory, an error will be returned.

  Input:
    None

  Result:
    error = this is an error code where 0 means ok and 1 means error.  Note
            that the result is in RC not in RESULT.

 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

  Command:
    error = TogglePause

  Description:
    Toggles the pause state of the current module. If  the  current  player
    can't pause or there aren't any modules in the memory, an error will be
    returned.

  Input:
    None

  Result:
    error = this is an error code where 0 means ok and 1 means error.  Note
            that the result is in RC not in RESULT.

 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

  Command:
    error = Unpause

  Description:
    Starts playing again. If the current player can't pause or there aren't
    any modules in the memory, an error will be returned.

  Input:
    None

  Result:
    error = this is an error code where 0 means ok and 1 means error.  Note
            that the result is in RC not in RESULT.