postStatus: Post a status message to the event log

View source: R/posts.R

postStatusR Documentation

Post a status message to the event log

Description

Post a status message to the event log

Usage

postStatus(origin, status, message = NULL, alert = FALSE)

Arguments

origin

Name of program posting status (character)

status

Typically "OK" or "Error" or "Failure" (character)

message

Useful, descriptive text message for user (optional, character)

alert

If TRUE, alert user to this status (logical)

See Also

postEvent, which is the underlying writer


pteetor/tutils documentation built on March 29, 2025, 6:38 p.m.