result = status SB
Returns a string with a human readable description of the status of subalgebra bases computation.
i1 : R = QQ[x,y];
i2 : S = subring {x+y,x*y,x*y^2,x*y^10+y};
i3 : status sagbi(S,Limit=>10) o3 = status: DegreeLimit; current degree 11
i4 : status sagbi(S,Limit=>20) o4 = status: done; sagbiGenerators encountered up to degree 10