webDOMinator - Minion Scripting Language Reference

Search a Command:
<< Back to Program Level Commands

ca_all

Usage...
ca_all:action-name[:limits]
Starts the automation process of running a Custom Action (CA) which is currently loaded in the Action Toolbox and is a "List based action". The action-name is the identifier used on the button for that action in the action toolbox. The limits can be either just one number which represents the number of people from the list to perform the action on, or if a ";" is used like: ca_all:Auto-Subscribe:5;30 then webDOM will peform the Auto-Subscribe action on users 5 through 30 from the information list.
This applies to webDOM version 2.1.1 and above.

User Comments on ca_all

Calling an action to run a certain amount of times

Written by: webDOMinator 1 year and 9 months ago

This script will start automation on an action we call "Random Action" (this action would be represented as a button in the action toolbox). It is set up to do the automated action from 2 to 5 times.

Code

#name:Action Control
//Randomize 2 to 5 actions
var:a=1
randomize:2:5:var.a

//Custom Action Automation on the Random Action script for (var.a) times
ca_all:Random Action:var.a

If there was an action in the action toolbox called "Random Action", it would be run (var.a) times. var.a holds the actual number actions that will be automated.
This script is a "Schedule Level Script" or a "Control Script" which means that it is not to be automated itself, but to be clicked once as a button, or scheduled to run at a specific time. It controls the automation process from a higher level than each action that makes up the automation. It's like configuring what automation you want to do, and how many times, then starting automation.

Post a Comment About the "ca_all" Command
Title:
Comment:
Post as Anonymous:
User Login
Username:
Email:
Password:
webDOMinator is copyright ©2008, 2009, 2010, 2011, 2012 Nathaniel D. Gibson. All Rights Reserved.
Contact | Tutorials | Forum
By using webDOMinator you are taking all liability in to your own hands. Nathaniel D. Gibson is not responsible for any damages, loss, or defamation (legal or otherwise) caused to you or your business from using this program. Nathaniel D. Gibson is not associated with, affiliated with, nor responsible for the content submitted and displayed by users of this site.