startProcess: Set the status of a process to style a given button

Description Usage Arguments Value

View source: R/utils_interface.R

Description

Usage

1
2
3
startProcess(id)

endProcess(id, time = NULL, closeProgressBar = TRUE)

Arguments

id

Character: button identifier

time

POSIXct object: start time needed to show the interval time (if NULL, the time interval is not displayed)

closeProgressBar

Boolean: close progress bar?

Value

startProcess returns the start time of the process (may be used as the time argument to endProcess), whereas endProcess returns the difference between current time and time (or NULL if time is not specified)


psichomics documentation built on Nov. 8, 2020, 5:44 p.m.