GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
App::Netdisco::Worker::Status(3) User Contributed Perl Documentation App::Netdisco::Worker::Status(3)

The status can be:
  • "done"

    Indicates a state of success and a log message which may be used as the outcome for the action.

  • "info"

    The worker has completed successfully and a debug log will be issued, but the outcome is not the main goal of the action.

  • "defer"

    Issued when the worker has failed to connect to the remote device, or is not permitted to connect (through user config).

  • "error"

    Something went wrong which should not normally be the case.

  • "()"

    This is not really a status. The worker can return any value not an instance of this class to indicate a "pass", or non-error conclusion.

Shorthand for new() with setting param, accepts log as arg.

Returns true if status is "done".

Returns true if status is "error", "defer", or "info".

A numeric constant for the status, to allow comparison.
2022-06-08 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.