PK_BB_set_status   

PK_ERROR_code_t PK_BB_set_status
(
--- received arguments ---
PK_BB_t         bb,      --- not used
PK_BB_status_t  status   --- required status
)


This function sets the status of a bulletin board.


Specific Errors:
    PK_ERROR_bad_state_combn        requested status incompatible with
                                    existing status
    PK_ERROR_no_user_fields         can not request PK_BB_status_user_field_c
                                    when there are no user fields.


The received argument 'bb' is not used.

See documentation for PK_BB_status_c.

See also Setting up the bulletin board for more information.

If user fields are not being allocated ( see PK_SESSION_start_o_t ) then it is
an error to request PK_BB_status_user_field_c.  It is not possible to change
from PK_BB_status_on_c to PK_BB_status_user_field_c unless the bulletin
board is empty.