shouldProcess()
shouldProcess() : boolean
Determine whether your action should be processed. Typically, you should be adding some kind of input (perhaps a submit button with a known ID or a hidden input that you set via some custom JavaScript) to the request that you can use to detect when the user has chosen to run your particular bulk action.