Help for this page

Select Code to Download


  1. or download this
        $d->{status} = 'queued'; # something
        $d->{description} = 'The action'; # other thing
        $d->{id} = '12345'; # Identifies action
    
  2. or download this
        $d->{status}      = 'queued';     # something
        $d->{description} = 'The action'; # other thing
        $d->{id}          = '12345';      # Identifies action
    
  3. or download this
        $d->{status} = 'queued';
        $d->{description} = 'The action';
        $d->{id} = '12345'; # Identifies action
    
  4. or download this
        $d->{status}      = 'queued';
        $d->{description} = 'The action';
        $d->{id}          = '12345';     # Identifies action
    
  5. or download this
    -ssc -sscp=#