02-01-2013 01:51 AM
02-01-2013 03:16 AM
public interface PvmActivity extends PvmScope {
boolean isAsync();
/**
* @author Tijs Rademakers
*/
public class Activity extends FlowNode {
…
public boolean isAsynchronous() {
return asynchronous;
}
02-01-2013 04:09 AM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.