[][src]Macro efflux::update_status

macro_rules! update_status {
    ($status:expr) => { ... };
}

Updates the status for the current job.

This is simply a sane wrapper around log! to ensure that status updates are always logged in the correct formatting.