Learn R Programming

taskqueue (version 0.2.0)

project_status: Display Project Status

Description

Prints a summary of project status including whether it's running and the current status of all tasks.

Usage

project_status(project, con = NULL)

Value

Invisibly returns NULL. Called for side effects (printing status).

Arguments

project

Character string specifying the project name.

con

An optional database connection. If NULL, a new connection is created and closed automatically.

Details

Displays:

  • Whether the project is running or stopped

  • Task status summary from task_status

Use this function to monitor progress and identify failed tasks.

See Also

task_status, project_get

Examples

Run this code
if (FALSE) {
# Not run:
# Check project status
project_status("simulation_study")
}

Run the code above in your browser using DataLab